home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.pdx.edu / 2014.02.ftp.ee.pdx.edu.tar / ftp.ee.pdx.edu / pub / users / Harry / cs105 / Office_2007_Files / ac03_Cafe Inventory.accdb / Suppliers.json < prev   
JavaScript Object Notation  |  2009-02-28  |  2KB

  1. {
  2.     "schema": {
  3.         "Vendor": "Text (50)",
  4.         "Contact": "Text (255)",
  5.         "Street": "Text (255)",
  6.         "City": "Text (255)",
  7.         "State": "Text (255)",
  8.         "Zip Code": "Text (255)",
  9.         "Phone Number": "Text (255)",
  10.         "E-mail": "Text (255)"
  11.     },
  12.     "data": [
  13.         {
  14.             "Vendor": "ABC Restaurant Supply",
  15.             "Contact": "Richard Price",
  16.             "Street": "139 Oak St.",
  17.             "City": "Trenton",
  18.             "State": "OR",
  19.             "Zip Code": "65090",
  20.             "Phone Number": "(206) 555-0037",
  21.             "E-mail": "brs@email.net"
  22.         },
  23.         {
  24.             "Vendor": "Aquatics",
  25.             "Contact": "Lee Branson",
  26.             "Street": "864 Second St.",
  27.             "City": "Portland",
  28.             "State": "OR",
  29.             "Zip Code": "65321-3213",
  30.             "Phone Number": "(207) 555-1122",
  31.             "E-mail": "thirst@net.com"
  32.         },
  33.         {
  34.             "Vendor": "By Design",
  35.             "Contact": "Anna Parker",
  36.             "Street": "772 Ash Road",
  37.             "City": "Pinewood",
  38.             "State": "or",
  39.             "Zip Code": "85254",
  40.             "Phone Number": "(502) 555-6973",
  41.             "E-mail": "design@email.com"
  42.         },
  43.         {
  44.             "Vendor": "Caf├⌐ Ole",
  45.             "Contact": "Lawrence Fisher",
  46.             "Street": "209 Washington Blvd.",
  47.             "City": "Bend",
  48.             "State": "Or",
  49.             "Zip Code": "65101",
  50.             "Phone Number": "(502) 555-1342",
  51.             "E-mail": "caf├⌐@dial.com"
  52.         },
  53.         {
  54.             "Vendor": "Coffee and More",
  55.             "Contact": "Lon Truman",
  56.             "Street": "1299 N. Lincoln Ave.",
  57.             "City": "Scotts",
  58.             "State": "WA",
  59.             "Zip Code": "73273",
  60.             "Phone Number": "(206) 555-0037",
  61.             "E-mail": "cof@net.com"
  62.         },
  63.         {
  64.             "Vendor": "Cuppa Jo",
  65.             "Contact": "Joseph Tan",
  66.             "Street": "1212 5th Ave.",
  67.             "City": "Lompoc",
  68.             "State": "OR",
  69.             "Zip Code": "65075-5255",
  70.             "Phone Number": "(206) 555-9090",
  71.             "E-mail": "jo@dial.com"
  72.         },
  73.         {
  74.             "Vendor": "Pro Printing",
  75.             "Contact": "Dan O'Dell",
  76.             "Street": "373 Hayden Rd.",
  77.             "City": "Seattle",
  78.             "State": "WA",
  79.             "Zip Code": "73273",
  80.             "Phone Number": "(210) 555-4590",
  81.             "E-mail": "print@get.net"
  82.         },
  83.         {
  84.             "Vendor": "Pure Processing",
  85.             "Contact": "Nancy Young",
  86.             "Street": "1124 Mariner Rd.",
  87.             "City": "Lightning Bay",
  88.             "State": "OR",
  89.             "Zip Code": "94019",
  90.             "Phone Number": "(206) 555-5689",
  91.             "E-mail": "pure@ez.com"
  92.         },
  93.         {
  94.             "Vendor": "Sweet Stuff",
  95.             "Contact": "Su-Chin Lim",
  96.             "Street": "13 Central Ave.",
  97.             "City": "Lompoc",
  98.             "State": "OR",
  99.             "Zip Code": "65075-5255",
  100.             "Phone Number": "(650) 555-3781",
  101.             "E-mail": "sweet@email.net"
  102.         },
  103.         {
  104.             "Vendor": "Tea and Toast, Inc.",
  105.             "Contact": "Mavis Dunhill",
  106.             "Street": "2400 Main St.",
  107.             "City": "Seattle",
  108.             "State": "WA",
  109.             "Zip Code": "73273",
  110.             "Phone Number": "(206) 555-6001",
  111.             "E-mail": "tea@net.com"
  112.         }
  113.     ]
  114. }